﻿2026-06-07T04:32:39.0524662Z Current runner version: '2.334.0'
2026-06-07T04:32:39.0529165Z Runner name: 'hfenduleam'
2026-06-07T04:32:39.0529593Z Runner group name: 'Default'
2026-06-07T04:32:39.0530050Z Machine name: 'HFENDULEAM'
2026-06-07T04:32:39.0531910Z ##[group]GITHUB_TOKEN Permissions
2026-06-07T04:32:39.0533173Z Contents: read
2026-06-07T04:32:39.0533500Z Metadata: read
2026-06-07T04:32:39.0533812Z Packages: read
2026-06-07T04:32:39.0534136Z ##[endgroup]
2026-06-07T04:32:39.0535320Z Secret source: Actions
2026-06-07T04:32:39.0535697Z Prepare workflow directory
2026-06-07T04:32:39.0914932Z Prepare all required actions
2026-06-07T04:32:39.0939845Z Getting action download info
2026-06-07T04:32:39.4856728Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-07T04:32:40.0937198Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-07T04:32:40.1617563Z ##[group]Run actions/checkout@v5
2026-06-07T04:32:40.1618323Z with:
2026-06-07T04:32:40.1618711Z   repository: SaberMage/spt-core
2026-06-07T04:32:40.1621833Z   token: ***
2026-06-07T04:32:40.1622242Z   ssh-strict: true
2026-06-07T04:32:40.1622556Z   ssh-user: git
2026-06-07T04:32:40.1622931Z   persist-credentials: true
2026-06-07T04:32:40.1623297Z   clean: true
2026-06-07T04:32:40.1623626Z   sparse-checkout-cone-mode: true
2026-06-07T04:32:40.1624067Z   fetch-depth: 1
2026-06-07T04:32:40.1624419Z   fetch-tags: false
2026-06-07T04:32:40.1624787Z   show-progress: true
2026-06-07T04:32:40.1625188Z   lfs: false
2026-06-07T04:32:40.1625526Z   submodules: false
2026-06-07T04:32:40.1625932Z   set-safe-directory: true
2026-06-07T04:32:40.1626415Z ##[endgroup]
2026-06-07T04:32:40.9391130Z Syncing repository: SaberMage/spt-core
2026-06-07T04:32:40.9392626Z ##[group]Getting Git version info
2026-06-07T04:32:40.9393414Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-07T04:32:40.9645284Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-07T04:32:40.9854451Z git version 2.43.0.windows.1
2026-06-07T04:32:40.9883821Z ##[endgroup]
2026-06-07T04:32:40.9893521Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\7296ab91-bc65-41f7-b98e-20219e4d6718\.gitconfig'
2026-06-07T04:32:40.9906238Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7296ab91-bc65-41f7-b98e-20219e4d6718' before making global git config changes
2026-06-07T04:32:40.9907852Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T04:32:40.9911264Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-07T04:32:41.0137864Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-07T04:32:41.0314977Z https://github.com/SaberMage/spt-core
2026-06-07T04:32:41.0340803Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T04:32:41.0344617Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T04:32:41.0533038Z refs/heads/dev-freeform
2026-06-07T04:32:41.0557207Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-07T04:32:41.1165743Z HEAD is now at b9326f4 fix(cli): subnet status membership is trust-derived — rowless members render
2026-06-07T04:32:41.1620350Z ##[endgroup]
2026-06-07T04:32:41.1622287Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-07T04:32:41.5521532Z ##[group]Cleaning the repository
2026-06-07T04:32:41.5525706Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-07T04:32:45.1183399Z Removing .adapter-notify/
2026-06-07T04:32:45.1183695Z Removing target/
2026-06-07T04:32:45.1216815Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-07T04:32:45.1806299Z HEAD is now at b9326f4 fix(cli): subnet status membership is trust-derived — rowless members render
2026-06-07T04:32:45.1830560Z ##[endgroup]
2026-06-07T04:32:45.1834992Z ##[group]Disabling automatic garbage collection
2026-06-07T04:32:45.1840090Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-07T04:32:45.2063057Z ##[endgroup]
2026-06-07T04:32:45.2063426Z ##[group]Setting up auth
2026-06-07T04:32:45.2069547Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-07T04:32:45.2275845Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-07T04:32:45.5828627Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T04:32:45.6059349Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-07T04:32:45.9434507Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T04:32:45.9644492Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-07T04:32:46.2977813Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-07T04:32:46.3267649Z ##[endgroup]
2026-06-07T04:32:46.3268042Z ##[group]Fetching the repository
2026-06-07T04:32:46.3274770Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +de3e311871e31ef0b9deaf0ac661f0adaeddc981:refs/remotes/origin/dev-freeform
2026-06-07T04:32:47.3145353Z From https://github.com/SaberMage/spt-core
2026-06-07T04:32:47.3145872Z  + b9326f4...de3e311 de3e311871e31ef0b9deaf0ac661f0adaeddc981 -> origin/dev-freeform  (forced update)
2026-06-07T04:32:47.3263419Z ##[endgroup]
2026-06-07T04:32:47.3263840Z ##[group]Determining the checkout info
2026-06-07T04:32:47.3264546Z ##[endgroup]
2026-06-07T04:32:47.3269699Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-07T04:32:47.3529728Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-07T04:32:47.3738385Z ##[group]Checking out the ref
2026-06-07T04:32:47.3742584Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T04:32:47.4925540Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-07T04:32:47.4926256Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-07T04:32:47.4927028Z Previous HEAD position was b9326f4 fix(cli): subnet status membership is trust-derived — rowless members render
2026-06-07T04:32:47.4927503Z Switched to and reset branch 'dev-freeform'
2026-06-07T04:32:47.4952125Z ##[endgroup]
2026-06-07T04:32:47.5189286Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-07T04:32:47.5382563Z de3e311871e31ef0b9deaf0ac661f0adaeddc981
2026-06-07T04:32:47.5672312Z ##[group]Run cargo build --workspace --all-targets
2026-06-07T04:32:47.5672709Z [36;1mcargo build --workspace --all-targets[0m
2026-06-07T04:32:47.5677539Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-07T04:32:47.5677836Z ##[endgroup]
2026-06-07T04:32:54.3784570Z    Compiling proc-macro2 v1.0.106
2026-06-07T04:32:54.3785814Z    Compiling quote v1.0.45
2026-06-07T04:32:54.3786086Z    Compiling unicode-ident v1.0.24
2026-06-07T04:32:54.3786479Z    Compiling serde_core v1.0.228
2026-06-07T04:32:54.3786779Z    Compiling serde v1.0.228
2026-06-07T04:32:54.3787030Z    Compiling cfg-if v1.0.4
2026-06-07T04:32:54.3787252Z    Compiling windows-link v0.2.1
2026-06-07T04:32:54.3787558Z    Compiling typenum v1.20.1
2026-06-07T04:32:54.3788151Z    Compiling portable-atomic v1.13.1
2026-06-07T04:32:54.3788716Z    Compiling version_check v0.9.5
2026-06-07T04:32:54.3789626Z    Compiling critical-section v1.2.0
2026-06-07T04:32:54.3790177Z    Compiling subtle v2.6.1
2026-06-07T04:32:54.3790483Z    Compiling memchr v2.8.1
2026-06-07T04:32:54.3790785Z    Compiling semver v1.0.28
2026-06-07T04:32:54.3791077Z    Compiling shlex v2.0.1
2026-06-07T04:32:54.3791428Z    Compiling find-msvc-tools v0.1.9
2026-06-07T04:32:54.5318664Z    Compiling windows-sys v0.61.2
2026-06-07T04:32:54.5319067Z    Compiling smallvec v1.15.1
2026-06-07T04:32:54.6140010Z    Compiling itoa v1.0.18
2026-06-07T04:32:54.6313702Z    Compiling equivalent v1.0.2
2026-06-07T04:32:54.6489449Z    Compiling getrandom v0.2.17
2026-06-07T04:32:54.6625077Z    Compiling cpufeatures v0.2.17
2026-06-07T04:32:54.7376192Z    Compiling rustc_version v0.4.1
2026-06-07T04:32:54.7752939Z    Compiling hashbrown v0.17.1
2026-06-07T04:32:54.7797480Z    Compiling pin-project-lite v0.2.17
2026-06-07T04:32:54.8311839Z    Compiling log v0.4.32
2026-06-07T04:32:54.8374806Z    Compiling futures-core v0.3.32
2026-06-07T04:32:54.8579677Z    Compiling cc v1.2.63
2026-06-07T04:32:54.8788686Z    Compiling generic-array v0.14.7
2026-06-07T04:32:54.8869953Z    Compiling rand_core v0.10.1
2026-06-07T04:32:55.0628692Z    Compiling bytes v1.11.1
2026-06-07T04:32:55.0746498Z    Compiling getrandom v0.4.2
2026-06-07T04:32:55.0799078Z    Compiling stable_deref_trait v1.2.1
2026-06-07T04:32:55.1418981Z    Compiling libc v0.2.186
2026-06-07T04:32:55.1737600Z    Compiling futures-sink v0.3.32
2026-06-07T04:32:55.2672515Z    Compiling autocfg v1.5.1
2026-06-07T04:32:55.3153180Z    Compiling slab v0.4.12
2026-06-07T04:32:55.3599333Z    Compiling bitflags v2.12.1
2026-06-07T04:32:55.4501043Z    Compiling indexmap v2.14.0
2026-06-07T04:32:55.5249118Z    Compiling futures-io v0.3.32
2026-06-07T04:32:55.5295764Z    Compiling futures-channel v0.3.32
2026-06-07T04:32:55.5355244Z    Compiling curve25519-dalek v4.1.3
2026-06-07T04:32:55.5935618Z    Compiling zerocopy v0.8.50
2026-06-07T04:32:55.6194494Z    Compiling futures-task v0.3.32
2026-06-07T04:32:55.7529346Z    Compiling ahash v0.8.12
2026-06-07T04:32:55.7670012Z    Compiling rand_core v0.6.4
2026-06-07T04:32:55.8013685Z    Compiling signature v2.2.0
2026-06-07T04:32:55.8381922Z    Compiling pkg-config v0.3.33
2026-06-07T04:32:55.8775769Z    Compiling vcpkg v0.2.15
2026-06-07T04:32:56.0056938Z    Compiling zmij v1.0.21
2026-06-07T04:32:56.0057382Z    Compiling fnv v1.0.7
2026-06-07T04:32:56.0335296Z    Compiling ed25519 v2.2.3
2026-06-07T04:32:56.0664928Z    Compiling serde_json v1.0.150
2026-06-07T04:32:56.0665368Z    Compiling fastrand v2.4.1
2026-06-07T04:32:56.1318391Z    Compiling crypto-common v0.1.7
2026-06-07T04:32:56.1821527Z    Compiling block-buffer v0.10.4
2026-06-07T04:32:56.2110345Z    Compiling cfg_aliases v0.2.1
2026-06-07T04:32:56.3038559Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-07T04:32:56.3159790Z    Compiling digest v0.10.7
2026-06-07T04:32:56.3251853Z    Compiling rustversion v1.0.22
2026-06-07T04:32:56.3583639Z    Compiling litemap v0.8.2
2026-06-07T04:32:56.3935980Z    Compiling writeable v0.6.3
2026-06-07T04:32:56.4095564Z    Compiling syn v2.0.117
2026-06-07T04:32:56.4499619Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-07T04:32:56.5212496Z    Compiling fallible-iterator v0.3.0
2026-06-07T04:32:56.5212984Z    Compiling utf8_iter v1.0.4
2026-06-07T04:32:56.5987981Z    Compiling icu_normalizer_data v2.2.0
2026-06-07T04:32:56.5988855Z    Compiling icu_properties_data v2.2.0
2026-06-07T04:32:56.6191626Z    Compiling anyhow v1.0.102
2026-06-07T04:32:56.6228571Z    Compiling percent-encoding v2.3.2
2026-06-07T04:32:56.6414806Z    Compiling sha2 v0.10.9
2026-06-07T04:32:56.7081251Z    Compiling ring v0.17.14
2026-06-07T04:32:56.7302072Z    Compiling windows-targets v0.52.6
2026-06-07T04:32:56.7622709Z    Compiling http v1.4.1
2026-06-07T04:32:56.7924268Z    Compiling windows-sys v0.59.0
2026-06-07T04:32:56.8290200Z    Compiling libsqlite3-sys v0.30.1
2026-06-07T04:32:56.8358608Z    Compiling cpufeatures v0.3.0
2026-06-07T04:32:56.8964567Z    Compiling strsim v0.11.1
2026-06-07T04:32:56.9247208Z    Compiling thiserror v2.0.18
2026-06-07T04:32:56.9685067Z    Compiling chacha20 v0.10.0
2026-06-07T04:32:57.2109650Z    Compiling form_urlencoded v1.2.2
2026-06-07T04:32:57.2348096Z    Compiling ident_case v1.0.1
2026-06-07T04:32:57.3694126Z    Compiling untrusted v0.9.0
2026-06-07T04:32:57.3798465Z    Compiling rand v0.10.1
2026-06-07T04:32:57.4006537Z    Compiling num-traits v0.2.19
2026-06-07T04:32:57.5043881Z    Compiling windows-strings v0.5.1
2026-06-07T04:32:57.6282897Z    Compiling windows-result v0.4.1
2026-06-07T04:32:57.6900525Z    Compiling scopeguard v1.2.0
2026-06-07T04:32:57.6906049Z    Compiling unicode-segmentation v1.13.3
2026-06-07T04:32:57.8168566Z    Compiling rustls v0.23.40
2026-06-07T04:32:57.8305210Z    Compiling lock_api v0.4.14
2026-06-07T04:32:58.0749451Z    Compiling const-oid v0.10.2
2026-06-07T04:32:58.1036592Z    Compiling unicode-xid v0.2.6
2026-06-07T04:32:58.1823439Z    Compiling atomic-waker v1.1.2
2026-06-07T04:32:58.2290141Z    Compiling convert_case v0.10.0
2026-06-07T04:32:58.2804206Z    Compiling httparse v1.10.1
2026-06-07T04:32:58.2964815Z    Compiling http-body v1.0.1
2026-06-07T04:32:58.3013601Z    Compiling hybrid-array v0.4.12
2026-06-07T04:32:58.3356652Z    Compiling heck v0.5.0
2026-06-07T04:32:58.4281225Z    Compiling winapi v0.3.9
2026-06-07T04:32:58.4614522Z    Compiling base64ct v1.8.3
2026-06-07T04:32:58.4988272Z    Compiling powerfmt v0.2.0
2026-06-07T04:32:58.6334315Z    Compiling memoffset v0.6.5
2026-06-07T04:32:58.6582025Z    Compiling thiserror v1.0.69
2026-06-07T04:32:58.7016452Z    Compiling deranged v0.5.8
2026-06-07T04:32:58.7962331Z    Compiling num-conv v0.2.2
2026-06-07T04:32:58.9143137Z    Compiling pem-rfc7468 v1.0.0
2026-06-07T04:32:58.9691760Z    Compiling base64 v0.22.1
2026-06-07T04:32:58.9727691Z    Compiling try-lock v0.2.5
2026-06-07T04:32:59.0065266Z    Compiling tower-service v0.3.3
2026-06-07T04:32:59.0183293Z    Compiling time-core v0.1.8
2026-06-07T04:32:59.0354310Z    Compiling tinyvec_macros v0.1.1
2026-06-07T04:32:59.1042554Z    Compiling parking_lot_core v0.9.12
2026-06-07T04:32:59.1136303Z    Compiling data-encoding v2.11.0
2026-06-07T04:32:59.1377868Z    Compiling tinyvec v1.11.0
2026-06-07T04:32:59.2163574Z    Compiling want v0.3.1
2026-06-07T04:32:59.3957253Z    Compiling crypto-common v0.2.2
2026-06-07T04:32:59.4670628Z    Compiling block-buffer v0.12.0
2026-06-07T04:32:59.5215666Z    Compiling vergen-lib v9.1.0
2026-06-07T04:32:59.5988043Z    Compiling n0-future v0.3.2
2026-06-07T04:32:59.6156233Z    Compiling serial-core v0.4.0
2026-06-07T04:32:59.6530989Z    Compiling inout v0.1.4
2026-06-07T04:32:59.6611175Z    Compiling ref-cast v1.0.25
2026-06-07T04:32:59.6880119Z    Compiling cordyceps v0.3.4
2026-06-07T04:32:59.8341756Z    Compiling winnow v1.0.3
2026-06-07T04:32:59.8558819Z    Compiling httpdate v1.0.3
2026-06-07T04:32:59.8617281Z    Compiling spin v0.10.0
2026-06-07T04:32:59.9098149Z    Compiling parking v2.2.1
2026-06-07T04:33:00.0209112Z    Compiling crossbeam-utils v0.8.21
2026-06-07T04:33:00.0505352Z    Compiling diatomic-waker v0.2.3
2026-06-07T04:33:00.0578437Z    Compiling winreg v0.10.1
2026-06-07T04:33:00.0905130Z    Compiling futures-lite v2.6.1
2026-06-07T04:33:00.1634461Z    Compiling cipher v0.4.4
2026-06-07T04:33:00.1861698Z    Compiling serial-windows v0.4.0
2026-06-07T04:33:00.2265504Z    Compiling futures-buffered v0.2.13
2026-06-07T04:33:00.3026858Z    Compiling digest v0.11.3
2026-06-07T04:33:00.3623361Z    Compiling vergen-lib v0.1.6
2026-06-07T04:33:00.4495122Z    Compiling vergen v9.1.0
2026-06-07T04:33:00.4653648Z    Compiling noq-udp v0.10.0
2026-06-07T04:33:00.5018766Z    Compiling universal-hash v0.5.1
2026-06-07T04:33:00.5356111Z    Compiling aho-corasick v1.1.4
2026-06-07T04:33:00.5989999Z    Compiling heapless v0.7.17
2026-06-07T04:33:00.6105196Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-07T04:33:00.6390030Z    Compiling sync_wrapper v1.0.2
2026-06-07T04:33:00.6459344Z    Compiling lazy_static v1.5.0
2026-06-07T04:33:00.6937361Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-07T04:33:00.7911745Z    Compiling bitflags v1.3.2
2026-06-07T04:33:00.7929034Z    Compiling byteorder v1.5.0
2026-06-07T04:33:00.7983873Z    Compiling opaque-debug v0.3.1
2026-06-07T04:33:00.8217999Z    Compiling winnow v0.7.15
2026-06-07T04:33:00.8996168Z    Compiling pin-utils v0.1.0
2026-06-07T04:33:00.8996803Z    Compiling regex-syntax v0.8.10
2026-06-07T04:33:00.9002647Z    Compiling either v1.16.0
2026-06-07T04:33:00.9026776Z    Compiling toml_write v0.1.2
2026-06-07T04:33:00.9764269Z    Compiling synstructure v0.13.2
2026-06-07T04:33:00.9972574Z    Compiling darling_core v0.20.11
2026-06-07T04:33:01.0290213Z    Compiling serde_derive_internals v0.29.1
2026-06-07T04:33:01.0323585Z    Compiling nix v0.25.1
2026-06-07T04:33:01.0455729Z    Compiling hash32 v0.2.1
2026-06-07T04:33:01.1537686Z    Compiling polyval v0.6.2
2026-06-07T04:33:01.1657438Z    Compiling shared_library v0.1.9
2026-06-07T04:33:01.2362192Z    Compiling parking_lot v0.12.5
2026-06-07T04:33:01.3258826Z    Compiling serial v0.4.0
2026-06-07T04:33:01.4296256Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-07T04:33:01.5041953Z    Compiling spin v0.9.8
2026-06-07T04:33:01.5191039Z    Compiling vergen-gitcl v1.0.8
2026-06-07T04:33:01.5447654Z    Compiling windows-threading v0.2.1
2026-06-07T04:33:01.7317171Z    Compiling downcast-rs v1.2.1
2026-06-07T04:33:01.7595759Z    Compiling dyn-clone v1.0.20
2026-06-07T04:33:01.7893047Z    Compiling shell-words v1.1.1
2026-06-07T04:33:01.8629616Z    Compiling tower-layer v0.3.3
2026-06-07T04:33:01.9187840Z    Compiling signature v3.0.0
2026-06-07T04:33:02.0071329Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-07T04:33:02.0510431Z    Compiling ghash v0.5.1
2026-06-07T04:33:02.0955395Z    Compiling sha2 v0.11.0-rc.5
2026-06-07T04:33:02.1017699Z    Compiling ctr v0.9.2
2026-06-07T04:33:02.1265076Z    Compiling aes v0.8.4
2026-06-07T04:33:02.2744671Z    Compiling time v0.3.47
2026-06-07T04:33:02.2873835Z    Compiling http-body-util v0.1.3
2026-06-07T04:33:02.3078321Z    Compiling aead v0.5.2
2026-06-07T04:33:02.3725448Z    Compiling ipconfig v0.3.4
2026-06-07T04:33:02.4521478Z    Compiling widestring v1.2.1
2026-06-07T04:33:02.5489403Z    Compiling crossbeam-epoch v0.9.18
2026-06-07T04:33:02.6631424Z    Compiling socket2 v0.6.4
2026-06-07T04:33:02.7372479Z    Compiling mio v1.2.1
2026-06-07T04:33:02.8113218Z    Compiling aes-gcm v0.10.3
2026-06-07T04:33:02.9386090Z    Compiling proc-macro-crate v3.5.0
2026-06-07T04:33:03.0115892Z    Compiling crossbeam-channel v0.5.15
2026-06-07T04:33:03.0670287Z    Compiling windows-registry v0.6.1
2026-06-07T04:33:03.0754105Z    Compiling blake3 v1.8.5
2026-06-07T04:33:03.3115252Z    Compiling serde_derive v1.0.228
2026-06-07T04:33:03.3227271Z    Compiling zeroize_derive v1.4.3
2026-06-07T04:33:03.3466540Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-07T04:33:03.4813159Z    Compiling zerofrom-derive v0.1.7
2026-06-07T04:33:03.5632294Z    Compiling yoke-derive v0.8.2
2026-06-07T04:33:03.5671632Z    Compiling tokio-macros v2.7.0
2026-06-07T04:33:03.5989798Z    Compiling futures-macro v0.3.32
2026-06-07T04:33:03.8109956Z    Compiling zerovec-derive v0.11.3
2026-06-07T04:33:03.8482487Z    Compiling displaydoc v0.2.6
2026-06-07T04:33:04.0800946Z    Compiling tracing-attributes v0.1.31
2026-06-07T04:33:04.0994539Z    Compiling thiserror-impl v2.0.18
2026-06-07T04:33:04.1853959Z    Compiling derive_more-impl v2.1.1
2026-06-07T04:33:04.3167632Z    Compiling spez v0.1.2
2026-06-07T04:33:04.3168128Z    Compiling zeroize v1.8.2
2026-06-07T04:33:04.3516437Z    Compiling tokio v1.52.3
2026-06-07T04:33:04.4389066Z    Compiling futures-util v0.3.32
2026-06-07T04:33:04.6583076Z    Compiling rustls-pki-types v1.14.1
2026-06-07T04:33:04.6669199Z    Compiling darling_macro v0.20.11
2026-06-07T04:33:04.7512801Z    Compiling windows-implement v0.60.2
2026-06-07T04:33:04.7883534Z    Compiling windows-interface v0.59.3
2026-06-07T04:33:04.8643704Z    Compiling n0-error-macros v0.1.3
2026-06-07T04:33:04.9923661Z    Compiling der v0.8.0-rc.10
2026-06-07T04:33:05.0398330Z    Compiling zerofrom v0.1.8
2026-06-07T04:33:05.1172119Z    Compiling darling v0.20.11
2026-06-07T04:33:05.1256540Z    Compiling thiserror-impl v1.0.69
2026-06-07T04:33:05.4074687Z    Compiling yoke v0.8.3
2026-06-07T04:33:05.4218122Z    Compiling rustls-webpki v0.103.13
2026-06-07T04:33:05.4280006Z    Compiling derive_builder_core v0.20.2
2026-06-07T04:33:05.5362220Z    Compiling pin-project-internal v1.1.13
2026-06-07T04:33:05.5831755Z    Compiling ref-cast-impl v1.0.25
2026-06-07T04:33:05.6192196Z    Compiling windows-core v0.62.2
2026-06-07T04:33:05.6794526Z    Compiling schemars_derive v1.2.1
2026-06-07T04:33:05.8398547Z    Compiling zerovec v0.11.6
2026-06-07T04:33:05.8729672Z    Compiling zerotrie v0.2.4
2026-06-07T04:33:06.0274719Z    Compiling n0-error v0.1.3
2026-06-07T04:33:06.1695041Z    Compiling ed25519-dalek v2.2.0
2026-06-07T04:33:06.5023021Z    Compiling spt-proto v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-07T04:33:06.7171549Z    Compiling tinystr v0.8.3
2026-06-07T04:33:06.7306006Z    Compiling potential_utf v0.1.5
2026-06-07T04:33:06.7386988Z    Compiling derive_builder_macro v0.20.2
2026-06-07T04:33:06.7784821Z    Compiling spki v0.8.0-rc.4
2026-06-07T04:33:06.8266998Z    Compiling filedescriptor v0.8.3
2026-06-07T04:33:06.8342300Z    Compiling regex-automata v0.4.14
2026-06-07T04:33:06.8649494Z    Compiling icu_collections v2.2.0
2026-06-07T04:33:06.9448830Z    Compiling pin-project v1.1.13
2026-06-07T04:33:06.9666163Z    Compiling icu_locale_core v2.2.0
2026-06-07T04:33:07.0529028Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-07T04:33:07.0928752Z    Compiling portable-pty v0.8.1
2026-06-07T04:33:07.1213534Z    Compiling windows-future v0.3.2
2026-06-07T04:33:07.1414647Z    Compiling derive_builder v0.20.2
2026-06-07T04:33:07.1857476Z    Compiling windows-numerics v0.3.1
2026-06-07T04:33:07.2138503Z    Compiling windows-collections v0.3.2
2026-06-07T04:33:07.3048963Z    Compiling cobs v0.3.0
2026-06-07T04:33:07.5210701Z    Compiling postcard-derive v0.2.2
2026-06-07T04:33:07.5435214Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-07T04:33:07.7735941Z    Compiling num_enum_derive v0.7.6
2026-06-07T04:33:07.7838206Z    Compiling windows v0.62.2
2026-06-07T04:33:07.9059334Z    Compiling ipnet v2.12.0
2026-06-07T04:33:07.9810127Z    Compiling serde_spanned v0.6.9
2026-06-07T04:33:08.0067325Z    Compiling toml_datetime v0.6.11
2026-06-07T04:33:08.0992841Z    Compiling ed25519 v3.0.0-rc.4
2026-06-07T04:33:08.3382882Z    Compiling prefix-trie v0.8.4
2026-06-07T04:33:08.4778045Z    Compiling once_cell v1.21.4
2026-06-07T04:33:08.5137168Z    Compiling icu_provider v2.2.0
2026-06-07T04:33:08.5218067Z    Compiling derive_more v2.1.1
2026-06-07T04:33:08.5502814Z    Compiling toml_edit v0.22.27
2026-06-07T04:33:08.5752991Z    Compiling schemars v1.2.1
2026-06-07T04:33:08.6464889Z    Compiling data-encoding-macro v0.1.20
2026-06-07T04:33:08.7629498Z    Compiling tracing-core v0.1.36
2026-06-07T04:33:08.9413141Z    Compiling icu_normalizer v2.2.0
2026-06-07T04:33:08.9854343Z    Compiling hashbrown v0.14.5
2026-06-07T04:33:08.9854802Z    Compiling icu_properties v2.2.0
2026-06-07T04:33:09.0250333Z    Compiling tempfile v3.27.0
2026-06-07T04:33:09.0578281Z    Compiling postcard v1.1.3
2026-06-07T04:33:09.1774475Z    Compiling futures-executor v0.3.32
2026-06-07T04:33:09.3159150Z    Compiling tracing v0.1.44
2026-06-07T04:33:09.4114412Z    Compiling futures v0.3.32
2026-06-07T04:33:09.5296902Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-07T04:33:09.5748758Z    Compiling chrono v0.4.45
2026-06-07T04:33:09.6826232Z    Compiling hashlink v0.9.1
2026-06-07T04:33:09.7157081Z    Compiling regex v1.12.3
2026-06-07T04:33:09.7271791Z    Compiling enum-assoc v1.3.0
2026-06-07T04:33:09.7566754Z    Compiling iroh-metrics-derive v0.4.1
2026-06-07T04:33:09.9241595Z    Compiling strum_macros v0.28.0
2026-06-07T04:33:09.9948547Z    Compiling async-trait v0.1.89
2026-06-07T04:33:10.0796718Z    Compiling rusqlite v0.32.1
2026-06-07T04:33:10.1897268Z    Compiling netwatch v0.16.0
2026-06-07T04:33:10.3436037Z    Compiling idna_adapter v1.2.2
2026-06-07T04:33:10.4026653Z    Compiling noq v0.18.0
2026-06-07T04:33:10.4369041Z    Compiling uuid v1.23.2
2026-06-07T04:33:10.4889939Z    Compiling idna v1.1.0
2026-06-07T04:33:10.4993687Z    Compiling acto v0.8.2
2026-06-07T04:33:10.5189132Z    Compiling tagptr v0.2.0
2026-06-07T04:33:10.7018317Z    Compiling sorted-index-buffer v0.2.1
2026-06-07T04:33:10.7670587Z    Compiling toml v0.8.23
2026-06-07T04:33:10.8059808Z    Compiling mac-addr v0.3.0
2026-06-07T04:33:10.8499359Z    Compiling url v2.5.8
2026-06-07T04:33:10.8563961Z    Compiling ryu v1.0.23
2026-06-07T04:33:11.0270823Z    Compiling foldhash v0.2.0
2026-06-07T04:33:11.0653620Z    Compiling lru-slab v0.1.2
2026-06-07T04:33:11.1666599Z    Compiling tokio-util v0.7.18
2026-06-07T04:33:11.2159848Z    Compiling tower v0.5.3
2026-06-07T04:33:11.2260978Z    Compiling spt-store v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-07T04:33:11.2664796Z    Compiling allocator-api2 v0.2.21
2026-06-07T04:33:11.3504193Z    Compiling rustc-hash v2.1.2
2026-06-07T04:33:11.4783781Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-07T04:33:11.7071007Z    Compiling identity-hash v0.1.0
2026-06-07T04:33:11.7159459Z    Compiling xml-rs v0.8.28
2026-06-07T04:33:11.8037959Z    Compiling hashbrown v0.16.1
2026-06-07T04:33:11.8416218Z    Compiling iroh-base v0.98.0
2026-06-07T04:33:11.8544270Z    Compiling attohttpc v0.30.1
2026-06-07T04:33:12.0612331Z    Compiling iroh-metrics v0.38.3
2026-06-07T04:33:12.1688212Z    Compiling tower-http v0.6.11
2026-06-07T04:33:12.2417788Z    Compiling netdev v0.42.0
2026-06-07T04:33:12.4437304Z    Compiling h2 v0.4.14
2026-06-07T04:33:12.6561596Z    Compiling xmltree v0.10.3
2026-06-07T04:33:12.8181152Z    Compiling n0-watcher v0.6.1
2026-06-07T04:33:12.8251345Z    Compiling strum v0.28.0
2026-06-07T04:33:12.8804760Z    Compiling tokio-stream v0.1.18
2026-06-07T04:33:12.8812879Z    Compiling moka v0.12.15
2026-06-07T04:33:13.0774857Z    Compiling spt-msg v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-07T04:33:13.2388213Z    Compiling num_enum v0.7.6
2026-06-07T04:33:13.2582739Z    Compiling iroh-relay v0.98.0
2026-06-07T04:33:13.3154869Z    Compiling tokio-rustls v0.26.4
2026-06-07T04:33:13.4011006Z    Compiling spt-runtime v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-07T04:33:13.5912055Z    Compiling spt-term v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-07T04:33:13.6621452Z    Compiling rustls-platform-verifier v0.7.0
2026-06-07T04:33:13.7366303Z    Compiling noq-proto v0.17.0
2026-06-07T04:33:14.0713753Z    Compiling simple-dns v0.9.3
2026-06-07T04:33:14.1003969Z    Compiling constant_time_eq v0.4.2
2026-06-07T04:33:14.1374097Z    Compiling sha1_smol v1.0.1
2026-06-07T04:33:14.2451754Z    Compiling arrayref v0.3.9
2026-06-07T04:33:14.2779820Z    Compiling resolv-conf v0.7.6
2026-06-07T04:33:14.3447005Z    Compiling arrayvec v0.7.6
2026-06-07T04:33:14.3595987Z    Compiling simdutf8 v0.1.5
2026-06-07T04:33:14.3673414Z    Compiling smol_str v0.1.24
2026-06-07T04:33:14.4452169Z    Compiling lru v0.16.4
2026-06-07T04:33:14.6311168Z    Compiling tokio-websockets v0.13.2
2026-06-07T04:33:14.7290878Z    Compiling webpki-roots v1.0.7
2026-06-07T04:33:14.7651147Z    Compiling seize v0.5.1
2026-06-07T04:33:14.8281777Z    Compiling serde_bytes v0.11.19
2026-06-07T04:33:14.8642959Z    Compiling hmac v0.12.1
2026-06-07T04:33:15.0650232Z    Compiling iroh v0.98.2
2026-06-07T04:33:15.1678502Z    Compiling cmov v0.5.4
2026-06-07T04:33:15.3699951Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-07T04:33:15.3723935Z    Compiling papaya v0.2.4
2026-06-07T04:33:15.3852850Z    Compiling hkdf v0.12.4
2026-06-07T04:33:15.4502767Z    Compiling ctutils v0.4.2
2026-06-07T04:33:15.5033587Z    Compiling backon v1.6.0
2026-06-07T04:33:15.5388637Z    Compiling spake2 v0.4.0
2026-06-07T04:33:15.5784130Z    Compiling sha1 v0.10.6
2026-06-07T04:33:15.8321571Z    Compiling iroh-dns v0.98.0
2026-06-07T04:33:15.8575772Z    Compiling recvmsg v1.0.0
2026-06-07T04:33:15.8763983Z    Compiling doctest-file v1.1.1
2026-06-07T04:33:15.9325704Z    Compiling spt-live v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-07T04:33:15.9346998Z    Compiling anstyle v1.0.14
2026-06-07T04:33:15.9697698Z    Compiling utf8parse v0.2.2
2026-06-07T04:33:16.1039164Z    Compiling once_cell_polyfill v1.70.2
2026-06-07T04:33:16.2255116Z    Compiling anstyle-wincon v3.0.11
2026-06-07T04:33:16.2375013Z    Compiling anstyle-parse v1.0.0
2026-06-07T04:33:16.3446088Z    Compiling anstyle-query v1.1.5
2026-06-07T04:33:16.3738692Z    Compiling interprocess v2.4.2
2026-06-07T04:33:16.3980248Z    Compiling is_terminal_polyfill v1.70.2
2026-06-07T04:33:16.4913440Z    Compiling colorchoice v1.0.5
2026-06-07T04:33:16.4972900Z    Compiling terminal_size v0.4.4
2026-06-07T04:33:16.5043987Z    Compiling clap_lex v1.1.0
2026-06-07T04:33:16.5253570Z    Compiling clap_derive v4.6.1
2026-06-07T04:33:16.5752622Z    Compiling hyper v1.10.1
2026-06-07T04:33:16.6286743Z    Compiling hickory-net v0.26.0-beta.4
2026-06-07T04:33:16.6606983Z    Compiling anstream v1.0.0
2026-06-07T04:33:16.8220077Z    Compiling qrcode v0.14.1
2026-06-07T04:33:17.1792539Z    Compiling clap_builder v4.6.0
2026-06-07T04:33:17.3182508Z    Compiling mock-adapter v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-07T04:33:17.9564911Z    Compiling wmi v0.18.4
2026-06-07T04:33:18.5178017Z    Compiling hyper-util v0.1.20
2026-06-07T04:33:18.6475491Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-07T04:33:19.9524875Z    Compiling clap v4.6.1
2026-06-07T04:33:20.2357583Z    Compiling hyper-rustls v0.27.9
2026-06-07T04:33:20.2675434Z    Compiling igd-next v0.17.1
2026-06-07T04:33:20.5865695Z    Compiling reqwest v0.13.4
2026-06-07T04:33:21.3393847Z    Compiling portmapper v0.16.0
2026-06-07T04:33:37.9642857Z    Compiling spt-net v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-07T04:33:39.2266397Z    Compiling spt-daemon v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-07T04:33:46.9706276Z    Compiling spt v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-07T04:33:46.9707038Z    Compiling xtask v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-07T04:34:07.9916718Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
2026-06-07T04:34:08.1571799Z ##[group]Run cargo test --workspace
2026-06-07T04:34:08.1572243Z [36;1mcargo test --workspace[0m
2026-06-07T04:34:08.1575647Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-07T04:34:08.1576066Z ##[endgroup]
2026-06-07T04:34:08.9567545Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
2026-06-07T04:34:09.0056012Z      Running unittests src\main.rs (target\debug\deps\mock_session-eb06fd59da66b119.exe)
2026-06-07T04:34:09.0301336Z 
2026-06-07T04:34:09.0301647Z running 0 tests
2026-06-07T04:34:09.0301797Z 
2026-06-07T04:34:09.0302055Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:34:09.0302292Z 
2026-06-07T04:34:09.0313219Z      Running unittests src\shell.rs (target\debug\deps\mock_shell-1ab0f39f1859397d.exe)
2026-06-07T04:34:09.0532459Z 
2026-06-07T04:34:09.0532616Z running 0 tests
2026-06-07T04:34:09.0533005Z 
2026-06-07T04:34:09.0533300Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:34:09.0533532Z 
2026-06-07T04:34:09.0543063Z      Running tests\manifest_valid.rs (target\debug\deps\manifest_valid-f1d881ffa11f1d66.exe)
2026-06-07T04:34:09.2825318Z 
2026-06-07T04:34:09.2825829Z running 3 tests
2026-06-07T04:34:09.2917497Z test mock_has_no_claude_code_conventions ... ok
2026-06-07T04:34:09.2917867Z test mock_manifest_parses_and_validates ... ok
2026-06-07T04:34:09.2918238Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-07T04:34:09.2918474Z 
2026-06-07T04:34:09.2918726Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-07T04:34:09.2919076Z 
2026-06-07T04:34:09.2931491Z      Running unittests src\main.rs (target\debug\deps\spt-77322ec3b716a306.exe)
2026-06-07T04:34:09.9267853Z 
2026-06-07T04:34:09.9268249Z running 90 tests
2026-06-07T04:34:09.9280520Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-07T04:34:09.9281598Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-07T04:34:09.9282134Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-07T04:34:09.9284162Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-07T04:34:09.9287919Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-07T04:34:09.9293384Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-07T04:34:09.9332712Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-07T04:34:09.9452159Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-07T04:34:09.9541245Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-07T04:34:10.1462493Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-07T04:34:10.1475626Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-07T04:34:10.1495903Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-07T04:34:10.1511670Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-07T04:34:10.1569967Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-07T04:34:10.1628050Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-07T04:34:10.2563345Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-07T04:34:10.4129291Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-07T04:34:10.4151197Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-07T04:34:10.4571442Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-07T04:34:10.4584304Z test api::tests::adapter_is_required ... ok
2026-06-07T04:34:10.4592347Z test api::tests::state_value_is_validated ... ok
2026-06-07T04:34:10.4621437Z test api::tests::surface_parses ... ok
2026-06-07T04:34:10.6536773Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-07T04:34:10.6588759Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-07T04:34:10.6683448Z test api::reporting::tests::history_log_appends ... ok
2026-06-07T04:34:10.6726889Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-07T04:34:10.6803379Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-07T04:34:10.6833518Z test cli::tests::access_subcommands_parse ... ok
2026-06-07T04:34:10.6853645Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-07T04:34:10.6856379Z test cli::tests::create_existing_name_is_usage_error ... ok
2026-06-07T04:34:10.6858945Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-07T04:34:10.6962553Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-07T04:34:10.6965037Z test cli::tests::create_not_elevated_refuses_without_saving ... ok
2026-06-07T04:34:10.7055885Z test cli::tests::create_prints_joining_material_when_elevated ... ok
2026-06-07T04:34:10.7064491Z test cli::tests::digest_flag_defaults ... ok
2026-06-07T04:34:10.7065713Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-07T04:34:10.7066979Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-07T04:34:10.7177222Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-07T04:34:10.7203668Z test cli::tests::grant_subcommands_parse ... ok
2026-06-07T04:34:10.7227183Z test cli::tests::help_groups_cover_every_command ... ok
2026-06-07T04:34:10.7239610Z test cli::tests::how_to_topics_cover_ready_and_send ... ok
2026-06-07T04:34:10.7251343Z test cli::tests::invalid_usage_errors ... ok
2026-06-07T04:34:10.7252575Z test cli::tests::join_gate_refuses_without_confirmed_elevation ... ok
2026-06-07T04:34:10.7342813Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-07T04:34:10.7346309Z test cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale ... ok
2026-06-07T04:34:10.7348561Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-07T04:34:10.7351899Z test cli::tests::notif_subnet_resolution_never_guesses ... ok
2026-06-07T04:34:10.7378859Z test cli::tests::notify_surface_parses ... ok
2026-06-07T04:34:10.7514420Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-07T04:34:10.7526074Z test cli::tests::pair_namespace_is_gone ... ok
2026-06-07T04:34:10.7534294Z test cli::tests::ring_timeout_defaults ... ok
2026-06-07T04:34:10.7542562Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-07T04:34:10.7813107Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-07T04:34:10.7860842Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-07T04:34:10.7985469Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-07T04:34:10.8043395Z test api::startup::tests::missing_seed_refused ... ok
2026-06-07T04:34:10.8466585Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-07T04:34:10.8915620Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-07T04:34:10.8963396Z test cli::tests::shell_subcommands_parse ... ok
2026-06-07T04:34:10.8966532Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-07T04:34:10.9054762Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-07T04:34:10.9055952Z test cli::tests::show_code_prints_reprovisioning_material ... ok
2026-06-07T04:34:10.9101972Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-07T04:34:10.9157119Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-07T04:34:10.9160020Z test cli::tests::subnet_arg_shapes_parse ... ok
2026-06-07T04:34:10.9160737Z test cli::tests::subnet_status_renders_rows_and_hints_never_secrets ... ok
2026-06-07T04:34:10.9162220Z test cli::tests::subnets_joined_banner_renders_rows_and_divider ... ok
2026-06-07T04:34:10.9164131Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-07T04:34:10.9164739Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-07T04:34:10.9165306Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-07T04:34:10.9166450Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-07T04:34:10.9166961Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-07T04:34:10.9169742Z test wansend::tests::refusals_render_copy_paste_targets ... ok
2026-06-07T04:34:10.9195197Z test cli::tests::subcommands_parse ... ok
2026-06-07T04:34:10.9199698Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-07T04:34:10.9224564Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-07T04:34:11.0529867Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-07T04:34:11.5236667Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-07T04:34:11.5263657Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-07T04:34:13.4161120Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-07T04:34:28.7134358Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-07T04:34:28.9648024Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-07T04:34:28.9978124Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-07T04:34:29.0253079Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-07T04:34:29.1791414Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-07T04:34:29.3284495Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-07T04:34:39.5839338Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-07T04:34:39.5904657Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-07T04:34:39.8588010Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-07T04:34:39.9729562Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-07T04:34:39.9729885Z 
2026-06-07T04:34:39.9730432Z test result: ok. 90 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.05s
2026-06-07T04:34:39.9730737Z 
2026-06-07T04:34:39.9819269Z      Running tests\contract_e2e.rs (target\debug\deps\contract_e2e-a69c6ab400ea1733.exe)
2026-06-07T04:34:40.0078294Z 
2026-06-07T04:34:40.0078498Z running 4 tests
2026-06-07T04:34:41.0589615Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-07T04:34:41.2145331Z test mock_adapter_drives_the_full_contract ... ok
2026-06-07T04:34:41.2321850Z SEEDED:10428
2026-06-07T04:34:42.1959232Z test live_agent_lifecycle_e2e ... ok
2026-06-07T04:34:42.2617928Z SEEDED:10428
2026-06-07T04:34:42.5550236Z test seed_then_listen_binds_and_relays ... ok
2026-06-07T04:34:42.5550547Z 
2026-06-07T04:34:42.5550835Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.55s
2026-06-07T04:34:42.5551244Z 
2026-06-07T04:34:42.5567295Z      Running tests\notify_shell_e2e.rs (target\debug\deps\notify_shell_e2e-e41308107585698d.exe)
2026-06-07T04:34:42.9181958Z 
2026-06-07T04:34:42.9182402Z running 1 test
2026-06-07T04:34:42.9183901Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-07T04:34:42.9184195Z 
2026-06-07T04:34:42.9184425Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:34:42.9184727Z 
2026-06-07T04:34:42.9195855Z      Running tests\oneliner_e2e.rs (target\debug\deps\oneliner_e2e-7ecae9a0d9205e4c.exe)
2026-06-07T04:34:42.9799041Z 
2026-06-07T04:34:42.9799405Z running 1 test
2026-06-07T04:34:42.9800855Z test install_script_against_staged_release ... ok
2026-06-07T04:34:42.9801081Z 
2026-06-07T04:34:42.9801281Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:34:42.9801783Z 
2026-06-07T04:34:42.9813170Z      Running tests\quickstart_e2e.rs (target\debug\deps\quickstart_e2e-ac85b1f752779074.exe)
2026-06-07T04:34:43.0381249Z 
2026-06-07T04:34:43.0381449Z running 1 test
2026-06-07T04:34:45.8962316Z test published_messaging_quickstart_runs_as_written ... ok
2026-06-07T04:34:45.8962561Z 
2026-06-07T04:34:45.8962725Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.86s
2026-06-07T04:34:45.8962965Z 
2026-06-07T04:34:45.8979458Z      Running tests\release_verify_e2e.rs (target\debug\deps\release_verify_e2e-6d6068f1d91a9367.exe)
2026-06-07T04:34:46.1374521Z 
2026-06-07T04:34:46.1375021Z running 1 test
2026-06-07T04:34:46.1376399Z test published_release_verifies_against_embedded_anchor ... ok
2026-06-07T04:34:46.1376719Z 
2026-06-07T04:34:46.1377036Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:34:46.1377453Z 
2026-06-07T04:34:46.1394080Z      Running tests\shell_e2e.rs (target\debug\deps\shell_e2e-26cadb5a89e5149b.exe)
2026-06-07T04:34:46.4529123Z 
2026-06-07T04:34:46.4529594Z running 1 test
2026-06-07T04:34:47.2401525Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-07T04:34:47.2402122Z 
2026-06-07T04:34:47.2402417Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.79s
2026-06-07T04:34:47.2402756Z 
2026-06-07T04:34:47.2419564Z      Running tests\shell_sleepwake_e2e.rs (target\debug\deps\shell_sleepwake_e2e-43c75af108288793.exe)
2026-06-07T04:34:47.6214386Z 
2026-06-07T04:34:47.6214801Z running 1 test
2026-06-07T04:34:49.5537726Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-07T04:34:49.5537993Z 
2026-06-07T04:34:49.5538175Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.93s
2026-06-07T04:34:49.5538438Z 
2026-06-07T04:34:49.5554851Z      Running unittests src\lib.rs (target\debug\deps\spt_daemon-86fed3d4c56185ad.exe)
2026-06-07T04:34:50.2338450Z 
2026-06-07T04:34:50.2338752Z running 192 tests
2026-06-07T04:34:50.2342264Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-07T04:34:50.2344697Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-07T04:34:50.2346687Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-07T04:34:50.2348700Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-07T04:34:50.2349836Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-07T04:34:50.2350696Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-07T04:34:50.2454641Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-07T04:34:50.2487440Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-07T04:34:50.2488236Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-07T04:34:50.2489799Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-07T04:34:50.2490396Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-07T04:34:50.2491650Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-07T04:34:50.2492379Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-07T04:34:50.2493129Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-07T04:34:50.2508002Z test config::tests::missing_file_is_default ... ok
2026-06-07T04:34:50.2550155Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-07T04:34:50.2556883Z test daemon::tests::windows_arg_quoting_roundtrips_the_rules ... ok
2026-06-07T04:34:50.2560709Z test deelevate::tests::plan_spawn_deelevates_only_with_a_target ... ok
2026-06-07T04:34:50.2590066Z test config::tests::save_load_roundtrip ... ok
2026-06-07T04:34:50.2590459Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-07T04:34:50.2598062Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-07T04:34:50.2622613Z test access::tests::gate_decision_table ... ok
2026-06-07T04:34:50.2625659Z test applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads ... ok
2026-06-07T04:34:50.2637790Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-07T04:34:50.2638283Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-07T04:34:50.2686254Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-07T04:34:50.2687166Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-07T04:34:50.2687836Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-07T04:34:50.2692020Z test digesthub::tests::render_is_glanceable ... ok
2026-06-07T04:34:50.2692995Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-07T04:34:50.2693475Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-07T04:34:50.2694032Z test applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary ... ok
2026-06-07T04:34:50.2694545Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-07T04:34:50.2694984Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-07T04:34:50.2695425Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-07T04:34:50.2696064Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-07T04:34:50.2698878Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-07T04:34:50.2700009Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-07T04:34:50.2702485Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-07T04:34:50.2703963Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-07T04:34:50.2706041Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-07T04:34:50.2710428Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-07T04:34:50.2710879Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-07T04:34:50.2712499Z test grants::tests::escalation_answers_apply ... ok
2026-06-07T04:34:50.2712869Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-07T04:34:50.2714676Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-07T04:34:50.2716123Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-07T04:34:50.2717689Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-07T04:34:50.2719913Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-07T04:34:50.2751643Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-07T04:34:50.2888891Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-07T04:34:50.2949436Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-07T04:34:50.2972736Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-07T04:34:50.2975400Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-07T04:34:50.2985396Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-07T04:34:50.3021051Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-07T04:34:50.3028463Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-07T04:34:50.3057903Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... ok
2026-06-07T04:34:50.3109108Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-07T04:34:50.3148212Z test applyhost::tests::apply_staged_update_set_selects_local_platform_artifact ... ok
2026-06-07T04:34:50.3149712Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-07T04:34:50.3151544Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-07T04:34:50.3153008Z test msg::tests::output_envelope_round_trips ... ok
2026-06-07T04:34:50.3154604Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-07T04:34:50.3156776Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-07T04:34:50.3175957Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-07T04:34:50.3183930Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-07T04:34:50.3618785Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-07T04:34:50.4055945Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-07T04:34:50.4086662Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-07T04:34:50.4367084Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-07T04:34:50.5407815Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-07T04:34:50.6418451Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-07T04:34:50.6686872Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-07T04:34:50.7416165Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-07T04:34:50.8188850Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-07T04:34:50.9211421Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-07T04:34:50.9920481Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-07T04:34:51.0026910Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-07T04:34:51.0729019Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-07T04:34:51.0733542Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-07T04:34:51.0734697Z test pairhost::tests::wire_errors_classify_for_the_guided_ux ... ok
2026-06-07T04:34:51.0878988Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-07T04:34:51.0971474Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-07T04:34:51.1039551Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-07T04:34:51.1073119Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-07T04:34:51.1142226Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-07T04:34:51.1229678Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-07T04:34:51.1909240Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-07T04:34:51.7643139Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-07T04:34:51.9487107Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-07T04:34:52.0031747Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-07T04:34:52.0889906Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-07T04:34:52.1811899Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-07T04:34:52.1813025Z test reconcile::tests::active_node_wins ... ok
2026-06-07T04:34:52.1814229Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-07T04:34:52.1815303Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-07T04:34:52.1816779Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-07T04:34:52.2082141Z test registryhost::tests::admitted_feeds_stamp_the_heard_map ... ok
2026-06-07T04:34:52.2831328Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-07T04:34:52.3358062Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-07T04:34:52.4252121Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-07T04:34:52.4529501Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-07T04:34:52.5817000Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-07T04:34:52.5910231Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-07T04:34:52.5954303Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-07T04:34:52.6077220Z test registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots ... ok
2026-06-07T04:34:52.6681415Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-07T04:34:52.7808830Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-07T04:34:52.8744535Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-07T04:34:52.8814140Z test relcache::tests::partial_update_set_can_serve_held_platform_only ... ok
2026-06-07T04:34:52.8930846Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-07T04:34:52.9007799Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-07T04:34:52.9042441Z test relcache::tests::update_set_round_trips_and_loads_by_platform ... ok
2026-06-07T04:34:52.9126734Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-07T04:34:52.9217900Z test release::tests::builtin_keys_merge_and_revoke_under_file_overlay ... ok
2026-06-07T04:34:52.9304189Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-07T04:34:52.9391040Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-07T04:34:52.9392248Z test release::tests::hex_roundtrips ... ok
2026-06-07T04:34:52.9646354Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-07T04:34:52.9743222Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-07T04:34:52.9747512Z test release::tests::revoked_key_is_rejected ... ok
2026-06-07T04:34:52.9749043Z test release::tests::shipped_builtin_table_is_well_formed ... ok
2026-06-07T04:34:52.9834554Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-07T04:34:52.9924979Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-07T04:34:53.0014960Z test release::tests::update_set_artifact_mismatch_is_rejected ... ok
2026-06-07T04:34:53.0064143Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-07T04:34:53.0151762Z test release::tests::update_set_missing_platform_is_typed_rejection ... ok
2026-06-07T04:34:53.0191631Z test release::tests::update_set_channel_and_rollback_gates_hold ... ok
2026-06-07T04:34:53.0241429Z test release::tests::update_set_tampering_breaks_whole_set_signature ... ok
2026-06-07T04:34:53.0281357Z test release::tests::update_set_verifies_and_selects_platform_artifact ... ok
2026-06-07T04:34:53.0327938Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-07T04:34:53.0351408Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-07T04:34:53.0436841Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-07T04:34:53.0437974Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-07T04:34:53.0501517Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-07T04:34:53.0593944Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-07T04:34:53.0606590Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-07T04:34:53.0607793Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-07T04:34:53.0970646Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-07T04:34:53.1060748Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-07T04:34:53.1061779Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-07T04:34:53.1684678Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-07T04:34:53.2586117Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-07T04:34:53.3863299Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-07T04:34:53.3869423Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-07T04:34:53.3871480Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-07T04:34:53.3874616Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-07T04:34:53.4018688Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-07T04:34:53.4524635Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-07T04:34:53.4683752Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-07T04:34:53.4771157Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-07T04:34:53.6323688Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-07T04:34:53.6632090Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-07T04:34:53.6761070Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-07T04:34:53.6841187Z test registryhost::tests::advertise_local_stamps_the_node_label ... ok
2026-06-07T04:34:53.6843886Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-07T04:34:53.6845311Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-07T04:34:53.7052996Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-07T04:34:53.7210406Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-07T04:34:53.7252959Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-07T04:34:53.7317098Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-07T04:34:53.7461559Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-07T04:34:53.7618236Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-07T04:34:53.7618735Z test sync::tests::gate_decision_table ... ok
2026-06-07T04:34:53.7656819Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-07T04:34:53.7661603Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-07T04:34:53.7667421Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-07T04:34:53.7669367Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-07T04:34:53.7672827Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-07T04:34:53.7674257Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-07T04:34:53.7675807Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-07T04:34:53.7816218Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-07T04:34:53.7851189Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-07T04:34:53.7942773Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-07T04:34:53.8008521Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-07T04:34:53.8009498Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-07T04:34:53.8105552Z test update::tests::plan_verified_update_set_uses_selected_platform_spec ... ok
2026-06-07T04:34:53.8126798Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-07T04:34:53.8159663Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-07T04:34:53.8422037Z test registryhost::tests::evict_silent_peers_never_touches_own_rows ... ok
2026-06-07T04:34:53.8695033Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-07T04:34:53.9551998Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-07T04:34:54.0322781Z test relay::tests::run_honors_stop ... ok
2026-06-07T04:34:54.0693313Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-07T04:34:54.1575794Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-07T04:34:54.1650196Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-07T04:34:54.1723542Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-07T04:34:54.1787046Z test seedmap::tests::take_absent_is_none ... ok
2026-06-07T04:34:55.4519455Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-07T04:34:56.6554863Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-07T04:34:57.0303538Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-07T04:34:57.0303823Z 
2026-06-07T04:34:57.0304467Z test result: ok. 192 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.80s
2026-06-07T04:34:57.0305000Z 
2026-06-07T04:34:57.0354922Z      Running tests\access.rs (target\debug\deps\access-4dc9d49bcf8200e8.exe)
2026-06-07T04:34:57.7616075Z 
2026-06-07T04:34:57.7618013Z running 1 test
2026-06-07T04:34:57.9775592Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-07T04:34:57.9775953Z 
2026-06-07T04:34:57.9776305Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
2026-06-07T04:34:57.9776659Z 
2026-06-07T04:34:57.9910156Z      Running tests\attach.rs (target\debug\deps\attach-2614567ee4400c74.exe)
2026-06-07T04:34:58.8088276Z 
2026-06-07T04:34:58.8088788Z running 3 tests
2026-06-07T04:34:58.9851453Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-07T04:34:58.9909696Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-07T04:34:59.0009214Z test attach_registers_remote_drive_detection ... ok
2026-06-07T04:34:59.0009459Z 
2026-06-07T04:34:59.0010155Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-07T04:34:59.0010983Z 
2026-06-07T04:34:59.0246141Z      Running tests\brain_swap.rs (target\debug\deps\brain_swap-e06904790877d858.exe)
2026-06-07T04:34:59.6809456Z 
2026-06-07T04:34:59.6809826Z running 1 test
2026-06-07T04:34:59.7066283Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-07T04:34:59.7066618Z 
2026-06-07T04:34:59.7066856Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-07T04:34:59.7067214Z 
2026-06-07T04:34:59.7084202Z      Running tests\broker.rs (target\debug\deps\broker-61bb1e6b265c8657.exe)
2026-06-07T04:34:59.7416311Z 
2026-06-07T04:34:59.7416613Z running 1 test
2026-06-07T04:34:59.7669555Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-07T04:34:59.7669914Z 
2026-06-07T04:34:59.7670215Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-07T04:34:59.7670599Z 
2026-06-07T04:34:59.7688939Z      Running tests\budget.rs (target\debug\deps\budget-505fd1805dafe27f.exe)
2026-06-07T04:34:59.8035622Z 
2026-06-07T04:34:59.8036042Z running 1 test
2026-06-07T04:34:59.8037903Z test measure_dormant_seat_budget ... ok
2026-06-07T04:34:59.8038125Z 
2026-06-07T04:34:59.8038399Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T04:34:59.8038753Z 
2026-06-07T04:34:59.8058712Z      Running tests\daemon_e2e.rs (target\debug\deps\daemon_e2e-21df8d2ace19de5b.exe)
2026-06-07T04:34:59.8393972Z 
2026-06-07T04:34:59.8394412Z running 1 test
2026-06-07T04:35:03.5918797Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-07T04:35:03.5919288Z 
2026-06-07T04:35:03.5919551Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.75s
2026-06-07T04:35:03.5919869Z 
2026-06-07T04:35:03.5946753Z      Running tests\digest.rs (target\debug\deps\digest-aca13203f7c0bf28.exe)
2026-06-07T04:35:03.6262942Z 
2026-06-07T04:35:03.6263287Z running 1 test
2026-06-07T04:35:03.7629165Z test digest_daemon_half_end_to_end ... ok
2026-06-07T04:35:03.7629345Z 
2026-06-07T04:35:03.7629503Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
2026-06-07T04:35:03.7629725Z 
2026-06-07T04:35:03.7649321Z      Running tests\dispatch.rs (target\debug\deps\dispatch-c8fa3d712935ab4c.exe)
2026-06-07T04:35:04.4402430Z 
2026-06-07T04:35:04.4402759Z running 9 tests
2026-06-07T04:35:05.9046001Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-07T04:35:06.0468370Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-07T04:35:06.2133086Z test dispatcher_serves_a_cross_node_shell_link ... ok
2026-06-07T04:35:06.3389256Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-07T04:35:06.4968706Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-07T04:35:06.6100887Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-07T04:35:06.7080822Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-07T04:35:06.8137321Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-07T04:35:06.9841597Z test dispatcher_surfaces_a_remote_won_notif_at_the_winning_node ... ok
2026-06-07T04:35:06.9841970Z 
2026-06-07T04:35:06.9842265Z test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.54s
2026-06-07T04:35:06.9842615Z 
2026-06-07T04:35:07.0352303Z      Running tests\handoff.rs (target\debug\deps\handoff-46c4dec18136d4fc.exe)
2026-06-07T04:35:07.0662277Z 
2026-06-07T04:35:07.0663280Z running 1 test
2026-06-07T04:35:07.2638965Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-07T04:35:07.2639313Z 
2026-06-07T04:35:07.2639564Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
2026-06-07T04:35:07.2639949Z 
2026-06-07T04:35:07.2660889Z      Running tests\idempotent.rs (target\debug\deps\idempotent-968cbf2b2b10d8f0.exe)
2026-06-07T04:35:07.2989234Z 
2026-06-07T04:35:07.2989630Z running 1 test
2026-06-07T04:35:07.3870411Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-07T04:35:07.3870668Z 
2026-06-07T04:35:07.3870877Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-07T04:35:07.3871090Z 
2026-06-07T04:35:07.3955437Z      Running tests\netbroker.rs (target\debug\deps\netbroker-c550db9f36d4e595.exe)
2026-06-07T04:35:07.4287335Z 
2026-06-07T04:35:07.4287948Z running 5 tests
2026-06-07T04:35:07.4331740Z test netless_broker_probes_gracefully ... ok
2026-06-07T04:35:07.4834686Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-07T04:35:07.4839623Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-07T04:35:07.5386645Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-07T04:35:07.5668690Z test brain_dials_second_broker_over_loopback ... ok
2026-06-07T04:35:07.5668953Z 
2026-06-07T04:35:07.5669206Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
2026-06-07T04:35:07.5669566Z 
2026-06-07T04:35:07.5799400Z      Running tests\netstream.rs (target\debug\deps\netstream-c6ac43aee769df34.exe)
2026-06-07T04:35:08.3014831Z 
2026-06-07T04:35:08.3015165Z running 2 tests
2026-06-07T04:35:08.5378582Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-07T04:35:08.7020582Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-07T04:35:08.7020876Z 
2026-06-07T04:35:08.7021093Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
2026-06-07T04:35:08.7021744Z 
2026-06-07T04:35:08.7191957Z      Running tests\notifsync.rs (target\debug\deps\notifsync-ba1f7442213db0bc.exe)
2026-06-07T04:35:08.7530192Z 
2026-06-07T04:35:08.7530449Z running 1 test
2026-06-07T04:35:09.0103433Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-07T04:35:09.0103860Z 
2026-06-07T04:35:09.0104100Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
2026-06-07T04:35:09.0104331Z 
2026-06-07T04:35:09.0219862Z      Running tests\pairjoin.rs (target\debug\deps\pairjoin-949c0cc8ff5f06dc.exe)
2026-06-07T04:35:09.7257479Z 
2026-06-07T04:35:09.7257826Z running 1 test
2026-06-07T04:35:10.0055654Z test daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end ... ok
2026-06-07T04:35:10.0055967Z 
2026-06-07T04:35:10.0056191Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
2026-06-07T04:35:10.0056426Z 
2026-06-07T04:35:10.0093937Z      Running tests\peerloop.rs (target\debug\deps\peerloop-fc9362f1b726bb25.exe)
2026-06-07T04:35:10.0436467Z 
2026-06-07T04:35:10.0436611Z running 1 test
2026-06-07T04:35:25.8071777Z test pump_and_dispatch_self_drive_the_subnet ... FAILED
2026-06-07T04:35:25.8072049Z 
2026-06-07T04:35:25.8072120Z failures:
2026-06-07T04:35:25.8072232Z 
2026-06-07T04:35:25.8072381Z ---- pump_and_dispatch_self_drive_the_subnet stdout ----
2026-06-07T04:35:25.8072562Z 
2026-06-07T04:35:25.8072673Z thread '<unnamed>' (35076) panicked at library\std\src\time.rs:446:33:
2026-06-07T04:35:25.8072919Z overflow when subtracting duration from instant
2026-06-07T04:35:25.8073172Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-07T04:35:25.8073381Z 
2026-06-07T04:35:25.8073574Z thread 'pump_and_dispatch_self_drive_the_subnet' (38412) panicked at crates\spt-daemon\tests\peerloop.rs:99:5:
2026-06-07T04:35:25.8073884Z never converged: B registry holds pump-ag@A
2026-06-07T04:35:25.8074523Z 
2026-06-07T04:35:25.8074526Z 
2026-06-07T04:35:25.8074575Z failures:
2026-06-07T04:35:25.8074697Z     pump_and_dispatch_self_drive_the_subnet
2026-06-07T04:35:25.8074804Z 
2026-06-07T04:35:25.8074964Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.76s
2026-06-07T04:35:25.8075178Z 
2026-06-07T04:35:25.8115031Z error: test failed, to rerun pass `-p spt-daemon --test peerloop`
2026-06-07T04:35:25.8811514Z ##[error]Process completed with exit code 1.
2026-06-07T04:35:25.9021859Z Post job cleanup.
2026-06-07T04:35:26.0151559Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-07T04:35:26.0353660Z git version 2.43.0.windows.1
2026-06-07T04:35:26.0389134Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\2c55a913-6015-4f50-a8ec-958349651f64\.gitconfig'
2026-06-07T04:35:26.0402727Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2c55a913-6015-4f50-a8ec-958349651f64' before making global git config changes
2026-06-07T04:35:26.0403269Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T04:35:26.0408203Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-07T04:35:26.0626981Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-07T04:35:26.0838981Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-07T04:35:26.4511369Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T04:35:26.4711640Z http.https://github.com/.extraheader
2026-06-07T04:35:26.4737975Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-07T04:35:26.4967361Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-07T04:35:26.8545086Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T04:35:26.8758799Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-07T04:35:27.2548944Z Cleaning up orphan processes
2026-06-07T04:35:27.2952155Z Terminate orphan process: pid (19748) (vctip)
